vcLayoutItem
Basic implementation of all layout items.
See in: Overview
Module: vcCore
Parent: vcObject
Children: vcAnnotation, vcCollisionDetector, vcDimension, vcLayoutPackFolder, vcLayoutPropertyList, vcProcessControllerData, ... (see more)
vcAnnotation
vcCollisionDetector
vcDimension
vcLayoutPackFolder
vcLayoutPropertyList
vcProcessControllerData
vcSweptVolume
vcViewAnimation
vcProgramContainer
Referenced by: vcWorld.LayoutItems, vcWorld.createLayoutItem(), vcWorld.findLayoutItem()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| IsPersistent | Boolean | RW | Gets or sets a Boolean determening if the layout item is saved with layout. |
| Name | String | RW | Gets or sets the name of item. |
| Properties | vcPropertyContainer | R | Gets the properties of this layout item |
| Type | vcLayoutItemType | R | Gets the layout item type of the layout item. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| delete | None | None | Deletes this layout item |
| update | None | None | Updates the item in its layout. |